'Declaration Protected Overridable Sub ExecuteCommands( _
ByVal targetЦель.As TTarget, _
ByRef resultsРезультаты обработки.As System.Collections.Generic.ICollection, _
ByVal processingStateСостояние обработки.As ProcessingState _
)
protected virtual void ExecuteCommands(
TTarget target,
ref System.Collections.Generic.ICollectionresults,
ProcessingState processingState
)
protected: virtual void ExecuteCommands(
TTarget* target,
ref System.Collections.Generic.ICollectionresults,
ProcessingState* processingState
)
protected:
virtual void ExecuteCommands(
TTarget^ target,
System.Collections.Generic.ICollection% results,
ProcessingState^ processingState
)
Parameters
- target
- Цель.
- results
- Результаты обработки.
- processingState
- Состояние обработки.